home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * *
- * *
- * This code is copyright (c) 1994 *
- * Athena Design, Inc. *
- * and David Pollak *
- * *
- * ALL RIGHTS RESERVED *
- * *
- * *
- * *
- * *
- * *
- **************************************************************************/
-
- /*
- this file includes the OS/2 header files (all of them)
-
- 2-12-94 dpp
- */
-
- #ifndef _MH_OS2_INCLUDED
-
- #define _MH_OS2_INCLUDED
-
- #define INCL_WIN
- #define INCL_GPI
- #define INCL_DOS
-
- extern "C"
- {
- #include <os2.h>
- }
-
- // OS/2 included
- #endif
-
-
-
-